home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / dds.zip / DDS.DOC < prev    next >
Text File  |  1993-01-04  |  1KB  |  34 lines

  1.                DDS:  Disk Drive Summary in Turbo Pascal
  2.  
  3.                                   by
  4.  
  5.                              Earl F. Glynn
  6.                            Overland Park, KS
  7.                          Compuserve 73257,3527
  8.  
  9.  
  10. DDS shows a disk drive summary of all active drives, including bytes/sector,
  11. sectors/cluster, number of clusters, bytes capacity, bytes available,
  12. and working directory.  SUBSTituted "virtual" drives are not shown.
  13.  
  14. Information about the Disk Parameter Block and what I have termed the
  15. "Drive Array" was found in the public domain program SYSID.PAS by
  16. Steve Grant, Long Beach, CA.  I prefer to use RECORDs and pointers to
  17. access this information instead of the MEM and MEMW Turbo Pascal "arrays".
  18.  
  19. DDS does not work well if logical drives A and B are both active and are
  20. the same physical drive.  The DOS prompt(s) may interfere with the output.
  21.  
  22. DDS is very useful on machines with DOS 3.3 and large disk drives.  For
  23. example, the IBM Model 80-111 has hard drives C, D, E and F under DOS 3.3.
  24. DDS will quickly summarize information about all drives, including RAM
  25. disks.
  26.  
  27.  
  28.     File                         D e s c r i p t i o n
  29. ------------  ----------------------------------------------------------
  30. DDS.PAS       Disk Drive Summary source program.
  31. DDS.EXE       Execute DDS > DDS.OUT to create output.
  32. DDS.OUT       Sample DDS output.
  33. DDS.DOC       This file.
  34.